home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / unisys.dxr / 00118.ls < prev    next >
Encoding:
Text File  |  1997-04-14  |  138 b   |  10 lines

  1. on exitFrame
  2.   roll_check(10, 11, 10)
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     puppetTransition(10)
  7.     go("1a1")
  8.   end if
  9. end
  10.